File Opening Modes in Python We have the syntax: var1 = open(file_name [, access_mode] [, buffering]) file_name -- the name of our file access_mode -- the mode of opening our file + It is the extended mode where we can read and write at the same time. b I